-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Files related Teams policy controls #13076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Removed the -AutoShareFilesInExternalChats parameter from the documentation and updated the default value for -FileSharingInChatswithExternalUsers.
Removed AutoShareFilesInExternalChats parameter details and updated DefaultFileUploadAppId default value to Enabled.
Added command to disable file sharing in chats with external users.
Added command to disable file sharing in chats with external users.
Learn Build status updates of commit 9389659: ✅ Validation status: passed
For more details, please refer to the build report. |
@@ -35,22 +35,6 @@ The command shown in Example 1 creates a per-user teams files policy CustomTeams | |||
|
|||
## PARAMETERS | |||
|
|||
### -AutoShareFilesInExternalChats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the AutoShareFilesInExternalChats parameter from the syntax portion as well. It is still there in line 19
@@ -45,22 +45,6 @@ The command shown in Example 2 changes the DefaultFileUploadAppId to AppId_GUID | |||
|
|||
## PARAMETERS | |||
|
|||
### -AutoShareFilesInExternalChats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the AutoShareFilesInExternalChats parameter from the syntax portion as well. It is still there in line 21
AutoShareFilesInExternalChats was moved to messaging policy and its default is now Enabled.
FileSharingInChatsWithExternalUsers default value is now Enabled.
Updating with those 2 changes^